This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Newbie question RE InstallSheild Tuner silent upgrade to R6 & Batch Files ~Sigmund Minjumiter 22.Apr.03 01:55 AM a Web browser Notes Client 6.0All Platforms
This is the modified batch file I am using:
@echo off
rem ----Backup notes.ini, desktop, names, any id file(s), and user.dic files-----
md C:\LNBackup
copy C:\Lotus\Notes\*.ini C:\LNBackup
copy c:\Lotus\Notes\Data\desktop*.dsk C:\LNBackup
copy c:\Lotus\Notes\Data\names.nsf C:\LNBackup
copy c:\Lotus\Notes\Data\*.id C:\LNBackup
copy c:\Lotus\Notes\Data\user.dic C:\LNBackup > nul
pause
rem ---------------- I N S T A L L ------------
C:\CustomLotusInstall\Setup\01C\Setup.exe /s/v"/qb+ TRANSFORMS=01C.mst"
rem --"s" Overwrite all existing shortcuts.
rem --"v" Run from source and re-cache the local package.
rem --"qb"The basic UI level supports a user interface for the installation that has simple progress bar and error handling.
rem --"+" The plus adds a progress bar and modal box displayed at the end of the install. The modal box is not displayed if the user cancels the installation.
When I run it, I still get all of the prompts like which options to install, etc..